home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00031_TM Minor Icons.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  146 b   |  9 lines

  1. on mouseDown
  2.   global IconList2
  3.   tell the stage
  4.     playSFX(5)
  5.   end tell
  6.   iconObj = getaProp(IconList2, the clickOn)
  7.   trackMouse(iconObj)
  8. end
  9.